Parameters
- valueSelector
- A transform function to apply to the value.
Type Parameters
- TOutput
- The type of the value returned by valueSelector.
Return Value
A ValueResult<T> where the value is transformed using the valueSelector transform function, if the value result represents a success. If the value result represents a failure, a ValueResult<T> representing the same failure is returned.